From: Debian Multimedia Maintainers Date: Thu, 21 Jan 2021 11:53:28 +0000 (+0100) Subject: fixed spelling mistakes X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f3831ea7df7d7b390e0c6aeda2dd8e8bfe058832;p=jacktrip.git fixed spelling mistakes Forwarded: https://github.com/jacktrip/jacktrip/pull/209 Last-Update: 2021-01-21 Last-Update: 2021-01-21 Gbp-Pq: Name spelling_fixes.patch --- diff --git a/src/AudioTester.cpp b/src/AudioTester.cpp index 136c1d4..b6a089f 100644 --- a/src/AudioTester.cpp +++ b/src/AudioTester.cpp @@ -163,7 +163,7 @@ void AudioTester::writeImpulse(QVarLengthArray& mInBufCopy, if (n_frames>1) { // always true? mInBufCopy[sendChannel][1] = -float(impulseTimeSamples)/32768.0f; // survives if there is no digital processing at the server } else { - std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a lenth " << n_frames << " buffer ***\n"; + std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a length " << n_frames << " buffer ***\n"; } } else { mInBufCopy[sendChannel][0] = 0.0f; // send zeros until a new impulse is needed diff --git a/src/JackTrip.cpp b/src/JackTrip.cpp index f672984..6a9adfd 100644 --- a/src/JackTrip.cpp +++ b/src/JackTrip.cpp @@ -647,7 +647,7 @@ void JackTrip::receivedDataTCP() // -------------------- mTcpClient.close(); // Close the socket //cout << "TCP Socket Closed!" << endl; - if (gVerboseFlag) cout << "Connection Succesfull!" << endl; + if (gVerboseFlag) cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------